home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / misc / date.lha / Date / Oberon / Readme < prev    next >
Text File  |  1994-08-11  |  433b  |  24 lines

  1. This is the Oberon version compiled with Oberon-2 V3.11 and V40.xx includes.
  2.  
  3. Hmm there is a bug in the compiler or a mistake of mine about the language!
  4. It does the following:
  5.  
  6. PROCEDURE GEP(year : INTEGER) : SHORTINT;
  7. .
  8. .
  9. .
  10. .
  11. VAR
  12.   m : SHORTINT;
  13.  
  14. BEGIN
  15.   m := 30 - GEP(1994);
  16. .
  17. .
  18. .
  19.  
  20. So at runtime there comes a message from the runtime-system like:
  21. unknown instruction
  22.  
  23. You could test this with the option 45 in the test programm!
  24.